/* 顶部 */

.top-bar {
    width: 100%;
    height: 40px;
    background: #edeff2;
    line-height: 40px;
}

.top-bar-inner {
    background: #edeff2;
}

.top-bar-inner>.left {
    height: 40px;
}

.top-bar-inner>.left>i {
    width: 10px;
    height: 12px;
    background: url('../../images/tip-icon.png') no-repeat top center;
    vertical-align: middle;
}

.top-bar-inner>.left>a {
    margin-left: 6px;
    color: #909399;
    vertical-align: middle;
}

.top-bar-inner>.right>a {
    display: inline-block;
    margin-left: 20px;
    color: #909399;
    position: relative;
}

.top-bar-inner>.right>a>img {
    display: none;
    position: absolute;
    top: 38px;
    left: -20px;
    width: 100px;
    height: 100px;
    z-index: 99;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #E7EAF1;
    box-shadow: 2px 2px 2px #edeff2;
}

.top-bar-inner>.right>a:hover>img {
    display: block;
}

.top-bar-inner>.right>a.vip-centre {
    padding-left: 15px;
    background: url('../../images/vip-centre.png') no-repeat left center;
}


/* 导航 */

.nav {
    width: 100%;
    height: 80px;
    background: #fff;
}

.nav-inner {
    position: relative;
    height: 80px;
    background: #fff;
}

.nav-inner>.logo-box {
    max-width: 220px;
    width: auto;
    margin: 10px 20px 0 0;
}

.nav-inner>.logo-box a {
    width: auto;
    height: 60px;
    overflow: hidden;
}

.nav-inner>.logo-box a img {
    width: auto;
    height: 60px;
}

.nav-inner>.logo-box a h1 {
    position: absolute;
    z-index: -99;
}

.nav-inner .nav-list {
    margin-left: 44px;
}

.nav-inner .nav-list>ul>li {
    position: relative;
    margin-left: 30px;
}

.nav-inner .nav-list li .second-nav {
    display: none;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -50px;
    background: #fff;
    z-index: 999;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.nav-inner .nav-list li .second-nav a {
    width: 85px;
    height: 34px;
    padding: 0 20px;
    background: #fff;
    line-height: 34px;
    color: #333;
    font-size: 14px;
}

.nav-inner .nav-list li .second-nav a:hover {
    background: #3089e7;
    color: #fff;
}

.nav-inner .nav-list>ul>li>a {
    height: 80px;
    padding: 0 4px;
    color: #303133;
    line-height: 80px;
    font-size: 16px;
}

.nav-inner .nav-list>ul>li>a.on {
    color: #3089E7;
    background: url('../../images/selected.png') no-repeat bottom center;
}

.nav-inner .nav-list>ul>li>a:hover {
    color: #3089e7;
}

.nav-inner .search-btn {
    position: absolute;
    top: 30px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('../../images/searchBtn.png') no-repeat top center;
}

.search-menu {
    width: 690px;
    margin: 22px 20px 20px 180px;
    background-color: white;
    position: absolute;
    z-index: 100;
}

.search-menu-hide {
    display: none;
}

.search-menu .search-icon {
    width: 20px;
    height: 20px;
    margin-top: 8px;
    background: url('../../images/searchBtn.png') no-repeat top center;
}

.search-menu .search-input {
    width: 635px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-left: 20px;
}

.close-icon {
    color: #999;
    position: absolute;
    top: 25px;
    right: 0;
    width: 26px;
    height: 26px;
    font-size: 26px;
}

.search-menu .hot-search {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}

.search-menu .hot-search .hot-key {
    width: 100%;
    padding: 10px 0;
}

.search-menu .hot-search .hot-key p {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0 3px 50px;
}

.search-menu .hot-search .hot-key p:hover {
    background-color: #edeff2;
    cursor: pointer;
    color: #3089e7;
}


/* 底部 */

.footer {
    background: #fff;
    padding: 0;
    margin-top: 30px;
}

.footer-inner {
    position: relative;
    padding: 60px 0 40px 0;
    background: #fff;
}

.footer-inner dl {
    width: 248px;
}

.footer-inner dl dt {
    height: 50px;
    color: #303133;
    font-size: 16px;
    font-weight: 700;
}

.footer-inner dl dd {
    height: 28px;
    color: #606266;
    font-size: 14px;
}

.qrcode-box {
    position: absolute;
    top: 60px;
    right: 100px;
}

.qrcode-box ul li {
    margin-left: 60px;
}

.qrcode-box ul li p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #303133;
}

.footer-inner .line {
    height: 1px;
    margin: 40px 0;
    background: #edeff2;
}

.footer-inner .links {
    font-size: 14px;
}

.footer-inner .links a {
    margin-left: 40px;
}

.contact-info {
    margin-top: 40px;
    color: #909399;
}

.copyright {
    margin-top: 40px;
    text-align: center;
}

.copyright a {
    color: #909399;
    font-size: 14px;
}

.search-input::-webkit-input-placeholder {
    color: #999
}


/* 使用webkit内核的浏览器 */

.search-input:-moz-placeholder {
    color: #999
}


/* Firefox版本4-18 */

.search-input::-moz-placeholder {
    color: #999
}


/* Firefox版本19+ */

.search-input:-ms-input-placeholder {
    color: #999
}